home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sources / xman / xman.ad < prev    next >
Text File  |  1994-09-27  |  5KB  |  164 lines

  1. *input:                TRUE
  2.  
  3. ! Just for fun.
  4. *topBox*ShapeStyle:        Oval
  5.  
  6. *topBox.Title:            Xman
  7. *topBox.IconName:        Xman
  8. *manualBrowser.Title:        Manual Page
  9. *manualBrowser.IconName:    Manual Page
  10.  
  11. *SimpleMenu*Font:      -*-new cent*-medium-r-normal--*-140-*-*-*-*-iso8859-*
  12. *SimpleMenu*labelFont: -*-new cent*-bold-r-normal--*-140-*-*-*-*-iso8859-*
  13. *SimpleMenu.BackingStore:    Always
  14. *SimpleMenu.SaveUnder:        Off
  15.  
  16. *horizPane.orientation:     horizontal
  17. *horizPane*showGrip:        False
  18. *horizPane.max:            15
  19. *topLabel.BorderWidth:        0
  20. *search*label.BorderWidth:    0
  21.  
  22. *search*dialog*value:        xman
  23.  
  24. *optionMenu.Label:        Xman Options
  25. *sectionMenu.Label:        Xman Sections
  26.  
  27. *horizPane*options.Label:    Options
  28. *horizPane*sections.Label:    Sections
  29.  
  30. *helpButton.Label:        Help
  31. *quitButton.Label:        Quit
  32. *manpageButton.Label:        Manual Page
  33. *manualBrowser.Label:        Manual Browser
  34. *topLabel.Label:        Manual Browser
  35.  
  36. *SimpleMenu*menuLabel*vertSpace: 100
  37. *SimpleMenu*menuLabel*leftMargin: 20
  38.  
  39. *displayDirectory.Label:    Display Directory
  40. *displayManualPage.Label:    Display Manual Page
  41. *help.Label:            Help
  42. *search.Label:            Search
  43. *removeThisManpage.Label:    Remove This Manpage
  44. *help*removeThisManpage.Label:    Remove Help
  45. *openNewManpage.Label:        Open New Manpage
  46. *showVersion.Label:        Show Version
  47. *quit.Label:            Quit
  48.  
  49. *pleaseStandBy*Label:        Formatting Manual Page, Please Stand By...
  50.  
  51. *search*dialog.Label:        Type string to search for:
  52. *search*apropos.Label:        Apropos
  53. *search*manualPage.Label:    Manual Page
  54. *search*cancel.Label:        Cancel
  55.  
  56. *likeToSave*dialog.Label:    Would you like to save this formatted Manual Page?
  57. *likeToSave*yes.Label:        Yes
  58. *likeToSave*no.Label:        No
  59.  
  60. *translations:         #override \
  61.                 Ctrl<Key>q: Quit() \n\
  62.                 Ctrl<Key>c: Quit() \n\
  63.                 Ctrl<Key>n: CreateNewManpage() \n\
  64.                 Ctrl<Key>h: PopupHelp() \n\
  65.                 Ctrl<Key>s: PopupSearch()
  66.  
  67. *help*Paned.manualPage.translations:#override \
  68.                 Ctrl<Btn1Down>: \
  69.                     XawPositionSimpleMenu(optionMenu) \
  70.                     MenuPopup(optionMenu) \n\
  71.                 Ctrl<Key>q: Quit() \n\
  72.                 Ctrl<Key>c: Quit() \n\
  73.                 Ctrl<Key>r: RemoveThisManpage() \n\
  74.                 Ctrl<Key>n: CreateNewManpage() \n\
  75.                 Ctrl<Key>h: PopupHelp() \n\
  76.                 Ctrl<Key>d: GotoPage(Directory) \n\
  77.                 Ctrl<Key>m: GotoPage(ManualPage) \n\
  78.                 Ctrl<Key>v: ShowVersion() 
  79.  
  80. *manualBrowser*manualPage.translations:  #override \
  81.                 Ctrl<Btn1Down>: \
  82.                     XawPositionSimpleMenu(optionMenu) \
  83.                     MenuPopup(optionMenu) \n\
  84.                 Ctrl<Btn2Down>: \
  85.                     XawPositionSimpleMenu(sectionMenu) \
  86.                     MenuPopup(sectionMenu) \n\
  87.                 Shift<Btn2Down>,<Btn2Up>:GotoPage(Directory)\n\
  88.                 Ctrl<Key>q: Quit() \n\
  89.                 Ctrl<Key>c: Quit() \n\
  90.                 Ctrl<Key>r: RemoveThisManpage() \n\
  91.                 Ctrl<Key>n: CreateNewManpage() \n\
  92.                 Ctrl<Key>h: PopupHelp() \n\
  93.                 Ctrl<Key>d: GotoPage(Directory) \n\
  94.                 Ctrl<Key>m: GotoPage(ManualPage) \n\
  95.                 Ctrl<Key>v: ShowVersion() \n\
  96.                 Ctrl<Key>s: PopupSearch()
  97.  
  98. *manualBrowser*directory.translations:   #override \
  99.                 Ctrl<Btn1Down>: \
  100.                     XawPositionSimpleMenu(optionMenu) \
  101.                     MenuPopup(optionMenu) \n\
  102.                 Ctrl<Btn2Down>: \
  103.                     XawPositionSimpleMenu(sectionMenu) \
  104.                     MenuPopup(sectionMenu) \n\
  105.                 Shift<Btn2Down>,<Btn2Up>: GotoPage(Manpage) \n\
  106.                 Ctrl<Key>q: Quit() \n\
  107.                 Ctrl<Key>c: Quit() \n\
  108.                 Ctrl<Key>r: RemoveThisManpage() \n\
  109.                 Ctrl<Key>n: CreateNewManpage() \n\
  110.                 Ctrl<Key>h: PopupHelp() \n\
  111.                 Ctrl<Key>d: GotoPage(Directory) \n\
  112.                 Ctrl<Key>m: GotoPage(ManualPage) \n\
  113.                 Ctrl<Key>v: ShowVersion() \n\
  114.                 Ctrl<Key>s: PopupSearch()
  115.  
  116. *manualBrowser*search*manualPage.translations:     #augment \
  117.                 <Btn1Down>,<Btn1Up>: Search(Manpage) reset()
  118.  
  119. *manualBrowser*search*apropos.translations:        #augment \
  120.                 <Btn1Down>,<Btn1Up>: Search(Apropos) reset()
  121.  
  122. *manualBrowser*search*cancel*translations:      #augment \
  123.                 <Btn1Down>,<Btn1Up>: Search(Cancel) reset()
  124.  
  125. *manualBrowser*search*value*translations:        #override \
  126.                 <Key>Return: Search(Manpage) \n\
  127.                 Ctrl<Key>m:  Search(Manpage)
  128.  
  129. *topBox*search*manualPage.translations:         #augment \
  130.             <Btn1Down>,<Btn1Up>: Search(Manpage, Open) reset()
  131.  
  132. *topBox*search*apropos.translations:        #augment \
  133.             <Btn1Down>,<Btn1Up>: Search(Apropos, Open) reset()
  134.  
  135. *topBox*search*cancel*translations:          #augment \
  136.             <Btn1Down>,<Btn1Up>: Search(Cancel, Open) reset()
  137.  
  138. *topBox*search*value*translations:            #override \
  139.                 <Key>Return: Search(Manpage, Open) \n\
  140.                 Ctrl<Key>m:  Search(Manpage, Open)
  141.  
  142. *manualBrowser*likeToSave*yes.translations:    #override \
  143.         <Btn1Down>,<Btn1Up>: SaveFormattedPage(Save) reset() \n\
  144.         <Key>y:   SaveFormattedPage(Save) \n\
  145.         <Key>n:   SaveFormattedPage(Cancel) 
  146.  
  147. *manualBrowser*likeToSave*no.translations:    #override \
  148.         <Btn1Down>,<Btn1Up>: SaveFormattedPage(Cancel) reset() \n\
  149.         <Key>y:      SaveFormattedPage(Save) \n\
  150.         <Key>n:      SaveFormattedPage(Cancel) 
  151.  
  152. *manualBrowser*likeToSave*translations:    #override \
  153.                 <Key>y:      SaveFormattedPage(Save) \n\
  154.                 <Key>n:      SaveFormattedPage(Cancel) 
  155.  
  156. *helpButton.translations:    #augment \
  157.             <Btn1Down>,<Btn1Up>: PopupHelp() reset()
  158.  
  159. *quitButton.translations:    #augment \
  160.             <Btn1Down>,<Btn1Up>: Quit() reset()
  161.  
  162. *manpageButton.translations: #augment \
  163.             <Btn1Down>,<Btn1Up>: CreateNewManpage() reset()
  164.